﻿2026-07-06T06:33:44.5382778Z ##[group]Run actions/checkout@v5
2026-07-06T06:33:44.5382993Z with:
2026-07-06T06:33:44.5383142Z   repository: SaberMage/spt-shell-notify
2026-07-06T06:33:44.5383315Z   path: .adapter-notify
2026-07-06T06:33:44.5385695Z   token: ***
2026-07-06T06:33:44.5385848Z   ssh-strict: true
2026-07-06T06:33:44.5385973Z   ssh-user: git
2026-07-06T06:33:44.5386100Z   persist-credentials: true
2026-07-06T06:33:44.5386244Z   clean: true
2026-07-06T06:33:44.5386428Z   sparse-checkout-cone-mode: true
2026-07-06T06:33:44.5386585Z   fetch-depth: 1
2026-07-06T06:33:44.5386712Z   fetch-tags: false
2026-07-06T06:33:44.5386835Z   show-progress: true
2026-07-06T06:33:44.5386961Z   lfs: false
2026-07-06T06:33:44.5387075Z   submodules: false
2026-07-06T06:33:44.5387201Z   set-safe-directory: true
2026-07-06T06:33:44.5387338Z env:
2026-07-06T06:33:44.5387456Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-06T06:33:44.5387620Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-06T06:33:44.5387769Z ##[endgroup]
2026-07-06T06:33:44.6110113Z Syncing repository: SaberMage/spt-shell-notify
2026-07-06T06:33:44.6114157Z ##[group]Getting Git version info
2026-07-06T06:33:44.6114436Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core\.adapter-notify'
2026-07-06T06:33:44.6452438Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-06T06:33:44.6669795Z git version 2.43.0.windows.1
2026-07-06T06:33:44.6693373Z ##[endgroup]
2026-07-06T06:33:44.6700658Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\5fc041ab-4258-408e-b199-84391cd24de5\.gitconfig'
2026-07-06T06:33:44.6713985Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\5fc041ab-4258-408e-b199-84391cd24de5' before making global git config changes
2026-07-06T06:33:44.6714467Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T06:33:44.6718878Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-07-06T06:33:44.6943159Z ##[group]Initializing the repository
2026-07-06T06:33:44.6948171Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-07-06T06:33:44.8036279Z Initialized empty Git repository in C:/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-07-06T06:33:44.8065576Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-06T06:33:44.8345270Z ##[endgroup]
2026-07-06T06:33:44.8345530Z ##[group]Disabling automatic garbage collection
2026-07-06T06:33:44.8350522Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-06T06:33:44.8596359Z ##[endgroup]
2026-07-06T06:33:44.8596656Z ##[group]Setting up auth
2026-07-06T06:33:44.8603423Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-06T06:33:44.8827588Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-06T06:33:45.3871361Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T06:33:45.4132715Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-06T06:33:45.9005203Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T06:33:45.9242081Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-06T06:33:46.4718235Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-06T06:33:46.5019798Z ##[endgroup]
2026-07-06T06:33:46.5020063Z ##[group]Determining the default branch
2026-07-06T06:33:46.5022209Z Retrieving the default branch name
2026-07-06T06:33:46.8827278Z Default branch 'main'
2026-07-06T06:33:46.8827668Z ##[endgroup]
2026-07-06T06:33:46.8827896Z ##[group]Fetching the repository
2026-07-06T06:33:46.8834280Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-06T06:33:47.7563622Z From https://github.com/SaberMage/spt-shell-notify
2026-07-06T06:33:47.7563906Z  * [new branch]      main       -> origin/main
2026-07-06T06:33:47.7712153Z ##[endgroup]
2026-07-06T06:33:47.7712417Z ##[group]Determining the checkout info
2026-07-06T06:33:47.7713478Z ##[endgroup]
2026-07-06T06:33:47.7718594Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-06T06:33:47.7997073Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-06T06:33:47.8228035Z ##[group]Checking out the ref
2026-07-06T06:33:47.8232543Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-07-06T06:33:47.8543699Z branch 'main' set up to track 'origin/main'.
2026-07-06T06:33:47.8543917Z Reset branch 'main'
2026-07-06T06:33:47.8824977Z ##[endgroup]
2026-07-06T06:33:47.8829060Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-06T06:33:47.9774402Z ee2d37eadc730c0019e0af82d683074c509634a2
